-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Raspberry-pi pico2 (rp2350) #524
Conversation
+ TZEN=1 in config + Changed SRAM settings (allocated 256KB to the secure supervisor) + Updated documentation + Added FLASH_NSC area for sg stubs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All builds for me, but I don't have RP2350 hardware. @LinuxJedi please take this for a test-drive.
Add additional instructions on how to use the `picotool` instead of a JLink.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work. It works on a real Pico 2, but not a 2W (likely due to the way the LED works on the W boards).
Extra commit added to update README for picotool
instead of J-Link.
IDE/pico-sdk/rp2350/README.md
Steps: